home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-24 | 922 b | 42 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = HippoDraw
-
- INTERFACES = HippoDraw.nib
- MFILES = HippoDraw_main.m
- SUBPROJECTS = Hippo.subproj
- OTHERSRCS = help.hdraw services.txt
- APPICON = hippoApp.tiff
- DOCICONS = hippoData.tiff hippoDoc.tiff
-
- SOURCEMODE = 444
-
- LIBS = -lhippoNext\
- -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lhippoNext\
- -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app hippoApp.tiff \
- -sectcreate __ICON hippo hippoData.tiff \
- -sectcreate __ICON hdraw hippoDoc.tiff
-
- INSTALLDIR = /LocalApps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-